projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e1365
)
(set-locale-environment): Set
author
Kenichi Handa
<handa@m17n.org>
Wed, 13 Dec 2006 07:04:19 +0000
(07:04 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 13 Dec 2006 07:04:19 +0000
(07:04 +0000)
default-sendmail-coding-system too.
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index 752691e72023a08a825c4eeab331d0b516620b3c..4b415baf5faddb70ab2e693b14ad728e533809f9 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-2598,6
+2598,9
@@
See also `locale-charset-language-names', `locale-language-names',
(not (coding-system-equal coding-system
locale-coding-system)))
(prefer-coding-system coding-system)
+ ;; Fixme: perhaps prefer-coding-system should set this too.
+ ;; But it's not the time to do such a fundamental change.
+ (setq default-sendmail-coding-system coding-system)
(setq locale-coding-system coding-system))))
;; On Windows, override locale-coding-system,